projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8591f45
)
searchbar: Add some spacing
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 22 May 2014 00:09:46 +0000
(20:09 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 22 May 2014 00:09:46 +0000
(20:09 -0400)
When showing the close button, and placing a wide entry in the
middle, there was no separation at all. Fix this by setting
some spacing.
gtk/resources/ui/gtksearchbar.ui
patch
|
blob
|
history
diff --git
a/gtk/resources/ui/gtksearchbar.ui
b/gtk/resources/ui/gtksearchbar.ui
index 93e7706a8e53abc2eb2fd60203146b60e454fda7..d8b100bc79ddb6a7a1f71c25ad0cc2a56ddb23c6 100644
(file)
--- a/
gtk/resources/ui/gtksearchbar.ui
+++ b/
gtk/resources/ui/gtksearchbar.ui
@@
-14,7
+14,8
@@
<object class="GtkBox" id="tool_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="border_width">5</property>
+ <property name="border_width">6</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkBox" id="box_left">
<property name="visible">True</property>